@ambrosus/react
v0.16.4
Published
Reusable react components for Ambrosus front-end apps.
Downloads
55
Readme
Ambrosus React Components UI Library
Library for react UI components.
Contribution
Please refer to project's code style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
It is mandatory to follow our code of conduct described in CONTRIBUTING.md.
Overview
Setup
npm
$ npm install @ambrosus/react --save
Import components and use them.
import { Button, Input } from '@ambrosus/react'
Documentation
You can find our documentation here.