0.7.7 • Published 3 years ago

@artemelka/react-components v0.7.7

Weekly downloads
116
License
MIT
Repository
-
Last release
3 years ago

Installation

react-components is available as an npm package.

// with npm
npm i @artemelka/react-components

// with yarn
yarn add @artemelka/react-components

Usage

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

import * as React from 'react';
import ReactDOM from 'react-dom';
import { Button } from '@artemelka/react-components';

function App() {
  return <Button value="text" />;
}

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

Examples

Are you looking for an example project to get started? I host some.

Documentation

Check out our documentation website.

0.7.7

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.2

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.0-alfa-7

3 years ago

0.0.0-alfa-6

3 years ago

0.0.0-alfa-5

3 years ago

0.0.0-alfa-4

3 years ago

0.0.0-alfa-2

3 years ago

0.0.0-alfa-1

3 years ago