camara
v1.0.0-beta.106
Published
A design system that helps you build your ideas quickly
Downloads
38
Maintainers
Readme
Camara is an open-source design system consisting of a reusable component library, it provides user interface foundations for building accessible, beautiful and responsive web interfaces. It is built with React, TypeScript, Styled-components, Storybook and Chromatic.
Camara is a 🚧 work-in-progress and is still in beta.
Install
npm install --save camara
# or
yarn add camara
Usage
import React from 'react'
import { Button } from 'camara'
const App = () => {
return (
<>
<Button>Camara</Button>
</>
)
}
export default App
Docs
Docs - https://camara.space/docs/installation/
- https://www.storybook.camara.space/
What's next
- [x] Add support for mobile with React Native
- [x] Improve TypeScript support
- [x] Improve docs for all components
- [ ] Improve A11Y support for all components
- [ ] and more
License
MIT © Camaradotspace