0.19.0 • Published 4 years ago

@sigeo/react-remix v0.19.0

Weekly downloads
1
License
GPL3
Repository
gitlab
Last release
4 years ago

React Remix

npm version Libraries.io dependency status for latest release, scoped npm package

Reusable React components that implement Material Design.

We working on live demo based on Storybook, give us little more time!

Installation

React Remix is available as an npm package.

// With npm
npm install @sigeo/react-remix

// With yarn
yarn add @sigeo/react-remix

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';

import Button from '@sigeo/react-remix/dist/Button';
import Input from '@sigeo/react-remix/dist/Input';

function App() {
  return (
    <>
      <Button variant='contained' color='primary'>
        Hello World
      </Button>
      <Input
        variant='outlined'
        label='Custom label'
        placeholder='Hello placeholder'
        fullWidth
      />
    </>
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Components

Sigeo Styleguide have several components: you can see it on live demo!

License

Copyright © 2020 Sigeo S.R.L

Licensed under a GPL3+ license: http://www.gnu.org/licenses/gpl-3.0.txt

0.19.0

4 years ago

3.0.0

4 years ago

0.18.1

4 years ago

0.18.2

4 years ago

0.18.3

4 years ago

0.18.0

4 years ago

0.16.8

4 years ago

0.16.7

4 years ago

0.16.5

4 years ago

0.16.6

4 years ago

0.16.3

4 years ago

0.16.4

4 years ago

0.16.1

4 years ago

0.16.2

4 years ago

0.16.0

4 years ago

0.13.0

4 years ago

0.14.0

4 years ago

0.15.0

4 years ago

0.12.0

4 years ago

0.11.0

4 years ago

0.10.0

4 years ago

0.9.0

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.3

4 years ago

0.5.0

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.0

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago