Skip to content

A Design System that helps you build your ideas quickly and with less code.

License

Notifications You must be signed in to change notification settings

Camaradotspace/camara-react

Folders and files

NameName
Last commit message
Last commit date
May 24, 2021
Aug 6, 2021
Jun 10, 2021
Sep 9, 2021
Sep 9, 2021
Jun 10, 2021
May 23, 2021
Jun 10, 2021
May 23, 2021
Jun 10, 2021
May 23, 2021
May 24, 2021
May 23, 2021
May 27, 2021
Jul 11, 2021
Jul 11, 2021
Jun 11, 2020
Jul 12, 2021
Jun 10, 2021
May 25, 2021
Sep 9, 2021
Jun 10, 2021
May 23, 2021
Sep 6, 2021

Repository files navigation

Camara Logo

UI Foundations for Building Accessible, Beautiful, & Responsive Interfaces


NPM npm JavaScript Style Guide Netlify Status Storybook semantic-release code style: prettier

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/

Storybook - https://www.storybook.camara.space/

What's next

  • Add support for mobile with React Native
  • Improve TypeScript support
  • Improve docs for all components
  • Improve A11Y support for all components
  • and more

License

MIT © Camaradotspace