forked fromuber/baseweb
- Notifications
You must be signed in to change notification settings - Fork0
A React Component library implementing the Base design language
License
MIT, Unknown licenses found
Licenses found
MIT
LICENSEUnknown
LICENSE-HEADNotificationsYou must be signed in to change notification settings
tusharmoraye/baseweb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Base is a design system comprised of modern, responsive, living components. Base Web is the React implementation of Base.
On npm, you can find Base Web asbaseui
.
Addbaseui
and its peer dependencies to your project:
# using yarnyarn add baseui styletron-react styletron-engine-monolithic# using npmnpm install baseui styletron-react styletron-engine-monolithic
import{ClientasStyletron}from'styletron-engine-monolithic';import{ProviderasStyletronProvider}from'styletron-react';import{LightTheme,BaseProvider,styled}from'baseui';import{StatefulInput}from'baseui/input';constengine=newStyletron();constCentered=styled('div',{display:'flex',justifyContent:'center',alignItems:'center',height:'100%',});exportdefaultfunctionHello(){return(<StyletronProvidervalue={engine}><BaseProvidertheme={LightTheme}><Centered><StatefulInput/></Centered></BaseProvider></StyletronProvider>);}
Both Base Web and Styletron come withflow types andTypeScript. All our components are typed and examples have Vanilla, Flow and TypeScript versions.
To read the documentation, please visitbaseweb.design.
Big thanks toBrowserStack for letting the maintainers use their service to debug browser issues.
About
A React Component library implementing the Base design language
Resources
License
MIT, Unknown licenses found
Licenses found
MIT
LICENSEUnknown
LICENSE-HEADCode of conduct
Security policy
Stars
Watchers
Forks
Packages0
No packages published
Languages
- TypeScript80.3%
- JavaScript10.9%
- MDX8.8%
- HTML0.0%
- Dockerfile0.0%
- Shell0.0%