camara-native
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.15 • Public • Published

Camara Native

NPM JavaScript Style Guide Netlify Status

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-beta.151latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.0-beta.151
1.0.0-beta.140
1.0.0-beta.130
1.0.0-beta.120
1.0.0-beta.110
1.0.0-beta.100
1.0.0-beta.90
1.0.0-beta.80
1.0.0-beta.70
1.0.0-beta.60
1.0.0-beta.50
1.0.0-beta.40
1.0.0-beta.30
1.0.0-beta.20
1.0.0-beta.10

Package Sidebar

Install

npm i camara-native

Weekly Downloads

0

Version

1.0.0-beta.15

License

MIT

Unpacked Size

231 kB

Total Files

135

Last publish

Collaborators

  • preshonyee