@dspworkplace/ui
v1.5.50
Published
UI Elements for DSP web projects
Downloads
332
Keywords
Readme
@dspworkplace/ui
UI Elements for DSP web projects
Install
npm install --save @dspworkplace/ui
or
yarn install @dspworkplace/ui
Usage
import React, { Component } from 'react'
import {Button,Input,Password, Title,SubTitle,ThirdTitle,Text, Spacer } from '@dspworkplace/ui';
const App = () => {
return (
<div style={{display:'flex',flexDirection:'column'}}>
<div>
<Title>I am a title</Title>
<Spacer all={1} />
<Button type='primary'>CLICK HERE/Button>
</div>
</div>
)
}
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
License
MIT © [Vinicius Rangel](https://github.com/Vinicius Rangel)