1.0.0-alpha.2.11 • Published 5 years ago
@involves/violin v1.0.0-alpha.2.11
React components for awesome web development.
Made with :heart: by Involves
Installation
Violin-UI is available as an npm package.
// with npm
npm install styled-components @involves/violin
// with yarn
yarn add styled-components @involves/violin
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 '@involves/violin';
function App() {
return (
<Button primary>
Hello World!
</Button>
);
}
ReactDOM.render(<App />, document.querySelector('#app'));
Yes, it's really all you need to get started.
Documentation
Check out our documentation website.
License
This project is licensed under the terms of the MIT license.
1.0.0-alpha.2.11
5 years ago
1.0.0-alpha.2.10
5 years ago
1.0.0-alpha.2.9
5 years ago
1.0.0-alpha.2.8
5 years ago
1.0.0-alpha.2.7
5 years ago
1.0.0-alpha.2.6
5 years ago
1.0.0-alpha.2.5
5 years ago
1.0.0-alpha.2.4
5 years ago
1.0.0-alpha.2.3
5 years ago
1.0.0-alpha.2.2
5 years ago
1.0.0-alpha.2.1
5 years ago
1.0.0-alpha.2.0
5 years ago
1.0.0-alpha.1.9
5 years ago
1.0.0-alpha.1.8
5 years ago
1.0.0-alpha.1.7
5 years ago
1.0.0-alpha.1.6
5 years ago
1.0.0-alpha.1.5
5 years ago
1.0.0-alpha.1.4
5 years ago
1.0.0-alpha.1.3
5 years ago
1.0.0-alpha.1.2
5 years ago
1.0.0-alpha.1.1
5 years ago
1.0.0-alpha.1
5 years ago