https://github.com/dielduarte/steps-component
simple react steps component with styled-component
https://github.com/dielduarte/steps-component
Last synced: 12 months ago
JSON representation
simple react steps component with styled-component
- Host: GitHub
- URL: https://github.com/dielduarte/steps-component
- Owner: dielduarte
- Created: 2017-04-11T03:58:38.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T18:26:51.000Z (about 3 years ago)
- Last Synced: 2025-01-07T15:42:06.227Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 712 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#React Steps Component
##Run
First, install npm dependencies and run start command.
```
npm install or yarn install
npm run start or yarn start
```