1.1.0 • Published 5 years ago

iis-hub v1.1.0

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

[Corps-UI -

version license

Corps-ui description (write)

Quick start

Quick start options:

├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── ROADMAP.md

├── package.json ├── Documentation │   ├── assets │   │   ├── css │   │   ├── img │   │   └── js │   └── corps-tutorial-components.html ├── public │   ├── index.html │   └── manifest.json └── src ├── index.js ├── logo.svg ├── routes │   └── index.jsx ├── assets │   ├── img │   ├── jss │   │   ├── corps-ui │   │   │   ├── components │   │   └── corps-ui.jsx │   └── scss │   ├── core │   │   ├── mixins │   │   └── variables │   ├── plugins │   └── corps-ui.scss ├── components │   ├── Badge │   │   └── Badge.jsx │   ├── Card │   │   ├── Card.jsx │   │   ├── CardBody.jsx │   │   ├── CardFooter.jsx │   │   └── CardHeader.jsx │   ├── Clearfix │   │   └── Clearfix.jsx │   ├── CustomButtons │   │   ├── Button.jsx │   │   └── IconButton.jsx │   ├── CustomDropdown │   │   └── CustomDropdown.jsx │   ├── CustomInput │   │   └── CustomInput.jsx │   ├── CustomLinearProgress │   │   └── CustomLinearProgress.jsx │   ├── CustomTabs │   │   └── CustomTabs.jsx │   ├── Footer │   │   └── Footer.jsx │   ├── Grid │   │   ├── GridContainer.jsx │   │   └── ItemGrid.jsx │   ├── Header │   │   ├── Header.jsx │   │   └── HeaderLinks.jsx │   ├── InfoArea │   │   └── InfoArea.jsx │   ├── NavPills │   │   └── NavPills.jsx │   ├── Pagination │   │   └── Pagination.jsx │   └── Typography │      ├── Danger.jsx │      ├── Info.jsx │      ├── Muted.jsx │      ├── Primary.jsx │      ├── Quote.jsx │      ├── Small.jsx │      ├── Success.jsx │      └── Warning.jsx └── views ├── Components │   ├── Components.jsx │   └── Sections │   ├── SectionBasics.jsx │   ├── SectionCharts.jsx │   ├── SectionDataVis.jsx │   ├── SectionMaps.jsx │   ├── SectionCarousel.jsx │   ├── SectionForms.jsx │   ├── SectionFormsWizards.jsx │   ├── SectionDownloads.jsx │   ├── SectionExamples.jsx │   ├── SectionNavbars.jsx │   ├── SectionNotifications.jsx │   ├── SectionPills.jsx │   ├── SectionTabs.jsx │   └── SectionTypography.jsx ├── ProjectPage │   ├── ProjectLandingPage.jsx │   └── Sections │   ├── ProjectSection.jsx ├── ContentPage │   └── ContentPage.jsx ├── ErrorPage │ ├── 404Page.jsx │ └── errorPage.jsx
└── LogingPage └── LoginPage.jsx

### Version logs

## [1.0.0] 2018-10-01
### Original Release
 

### License

- Copyright 2018  
- Licensed under MIT

[LICENSE]: 
[CHANGELOG]: ./CHANGELOG.md