Skip to content

involvestecnologia/violin

Repository files navigation

IMPORTANTE

O projeto foi alterado para privado, CI passou a ser no buildkite e tem um novo deploy no netlify Motivos:

  1. Foi tudo feito por conta pessoal de algum ex-colaborador.
  2. Migração para o Github Packages

O CI foi feito da forma mais simples possivel, quando o projeto tiver uma equipe responsável o mesmo precisará ser refeito.



Material-UI logo

Violin-UI

React components for awesome web development.

Made with ❤️ by Involves

Netlify Status

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.