@spicy-ui/core
v0.1.0-alpha.9
Published
A themable and extensible React UI library, ready to use out of the box
Downloads
32
Readme
spicy-ui
🌶️ A themable and extensible React UI library, ready to use out of the box
Basic usage
Install Spicy UI to your React project with npm i @spicy-ui/core styled-components
import React from 'react';
import { Button, ThemeProvider } from '@spicy-ui/core';
export const App = () => (
<ThemeProvider>
<Button>Hey hot stuff 🌶️</Button>
</ThemeProvider>
);
See the documentation for components, theming and advanced usage.
Issues and Bugs
If you happen to find any, please report them here so they can be squashed.
Development and Contributing
Pull the repo and then install dependencies with npm
.
In the root directory, use npm run start:storybook
to run Storybook on localhost:9000
See the package.json
for other scripts such as clean
, test
and lint
.
License
MIT, see the LICENSE file.