0.7.7 • Published 4 years ago
@artemelka/react-components v0.7.7
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
4 years ago
0.7.6
4 years ago
0.7.5
4 years ago
0.7.2
4 years ago
0.7.0
4 years ago
0.6.0
4 years ago
0.5.0
4 years ago
0.4.0
4 years ago
0.3.0
4 years ago
0.1.0
5 years ago
0.1.1
5 years ago
0.0.0-alfa-7
5 years ago
0.0.0-alfa-6
5 years ago
0.0.0-alfa-5
5 years ago
0.0.0-alfa-4
5 years ago
0.0.0-alfa-2
5 years ago
0.0.0-alfa-1
5 years ago