1.0.0-beta.15 • Published 4 years ago
camara-native v1.0.0-beta.15
Camara Native
Camara Native 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 Native, TypeScript, Styled-components, Storybook and Chromatic.
Camara Native is a 🚧 work-in-progress, it is iOS focused for now and is still in beta.
Install
npm i camara-native
# or
yarn add camara-native
Usage
import { View } from "react-native";
import { Button } from "camara-native";
const App = () => {
return (
<View>
<Button>Camara Native</Button>
</View>
);
};
export default App;
What's next
- Improve accessibility support
- Improve TypeScript support
- Write proper test for all components
- Improve docs for all components
- and more
License
MIT © Camaradotspace
1.0.0-beta.12
4 years ago
1.0.0-beta.15
4 years ago
1.0.0-beta.13
4 years ago
1.0.0-beta.14
4 years ago
1.0.0-beta.5
4 years ago
1.0.0-beta.11
4 years ago
1.0.0-beta.10
4 years ago
1.0.0-beta.6
4 years ago
1.0.0-beta.7
4 years ago
1.0.0-beta.8
4 years ago
1.0.0-beta.9
4 years ago
1.0.0-beta.3
4 years ago
1.0.0-beta.4
4 years ago
1.0.0-beta.2
4 years ago
1.0.0-beta.1
4 years ago