1.0.10 • Published 2 years ago
spiinge-components v1.0.10
React Component Library

Installation
To download and install the component library
npm i spiinge-componentsUsage
To use the component library
import React from 'react'
import ReactDOM from 'react-dom'
import Badge from 'spiinge-comp-lib'
function App(){
return(
<Badge text='successful' />
)
}
ReactDOM.render(<App />, document.querySelector('#app'));The library contains these components
AvatarAvatarAndNameBadgeButtonCardCheckboxDropdownInputFieldModalOverviewCard
Typography
You can view the storybok canvas and documentation on chromatic at https://6207da00fd8970003a4b561e-ujfarttnqg.chromatic.com/ to see how the component look in your application.
Credits
License
MIT license @ Oladini Abayomi