react creme
0.26.0-beta
Modern UI Toolkit for React
Explore the Components
? High Quality React components.
? Robust components written in Typescript.
♿ Accessible UI Components.
? 45+ UI Components.
Customizable components.
? Themeable components.
Minimal Third party dependencies.
? At ~55kb minified and gzipped, react-creme is a lightweight component library.
Install the package using npm or yarn
yarn add react-creme
or
npm install react-creme
import { Button } from "react-creme";
const App = () => {
return (
<div>
<Button>Welcome to react-creme</Button>
</div>
);
};
export default App;| Chrome | Firefox | Microsoft Edge | Opera | Safari |
For more thorough examples and the API details visit the main site
To build everything
pnpm buildTo build the library
pnpm build:libTo build and run the documentation
pnpm build:doc
cd ./packages/documentation/expo_dist && npx serve .To run the Unit tests
pnpm testContributions, ideas and PR's are welcome!. Please read the guidelines for more details.
git checkout -b new-feature)git commit -am 'Add feature')git push origin new-feature)