Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A React Component library implementing the Base design language

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-HEAD
NotificationsYou must be signed in to change notification settings

tusharmoraye/baseweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Base Web React Components

Build status

Base is a design system comprised of modern, responsive, living components. Base Web is the React implementation of Base.

Usage

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.

Docs

To read the documentation, please visitbaseweb.design.

Contributing

Contributing

Shoutouts 🙏

BrowserStack Logo

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
LICENSE
Unknown
LICENSE-HEAD

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript80.3%
  • JavaScript10.9%
  • MDX8.8%
  • HTML0.0%
  • Dockerfile0.0%
  • Shell0.0%

[8]ページ先頭

©2009-2025 Movatter.jp