bootcamp-ui
v1.0.1
Published
A prototyping based component library made for easy and quick UI development in React. Made for bootcamp students by a bootcamp student.
Readme
bootcamp-ui
StyleGuide Documentation: https://bootcampui.vercel.app/
Install
npm install --save bootcamp-uiUsage
import React, { Component } from 'react'
import { ComponentName } from 'bootcamp-ui'
class Example extends Component {
render() {
return <ComponentName />
}
}License
MIT © NateTheDev1
Porfolio: https://nathanielrichards.dev
