cloud-ui-kit
v1.0.9
Published
A UI kit built for simplicity
Readme
Cloud UI Kit ☁️
This project is currently under development
A modern, reusable component library built with performance, accessibility, and developer experience in mind.
Features
- Built with React and TypeScript
- Consistent design system
- Modular and tree-shakable components
- Accessible by default
- Supports dark and light themes
Installation
TBD
Getting Started
import { Button } from 'cloud-ui-kit';
export default function App() {
return (
<Button variant="primary">Click me</Button>
);
}
Theming
import { ThemeProvider } from 'cloud-ui-kit';
<ThemeProvider theme='dark'>
<App />
</ThemeProvider>Contributing
- git clone repository
- run
npm i - run
npm run storybook
Storybook
The published storybook can be found at chromatic
