1.0.0 • Published 4 years ago

@mindee/react-web-essentials v1.0.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
-
Last release
4 years ago

react-mindee

This is mindee baseline for UI components

NPM JavaScript Style Guide

Install

npm install --save react-mindee

or

yarn add react-mindee

Usage

You can access the storybook here

Usage example:

import React from 'react'
import { Button, Card, Input, ...} from 'react-mindee'

const MyComponent = () => <div>
  <Card>
    <Input label="name" />
    <Button>Submit</Button>
  </Card>
</div>

License

GPLv3 © mindee