UI Elements for DSP web projects
> UI Elements for DSP web projects
 
``bash`
npm install --save @dspworkplace/ui
or
`bash`
yarn install @dspworkplace/ui
`jsx
import React, { Component } from 'react'
import {Button,Input,Password, Title,SubTitle,ThirdTitle,Text, Spacer } from '@dspworkplace/ui';
const App = () => {
return (
export default App;
``
##Tips
If you have react conflicts you need to go to example/node_modules/react and run yarn link and go to root folder and run yarn link react
MIT © Vinicius Rangel