Skip to content

React components for quickly bringing creative apps to life

License

Notifications You must be signed in to change notification settings

skulptur/creative-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

creative-ui

Get started

Install

yarn add creative-ui
# or
npm install --save creative-ui

Use

import { Loader } from 'creative-ui'

const App = () => {
  return (
    <div>
      <Loader progress={0.5}></Loader>
    </div>
  )
}

Examples

About

React components for quickly bringing creative apps to life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published