Chicago / design-cds-bootstrap

The Chicago Design System as a Bootstrap 4 theme
https://chicago.github.io/design-cds-bootstrap/
MIT License
8 stars 2 forks source link

As a new user of the Chicago Design System, how can I integrate my Bootstrap 4 theme from React #50

Open jdkunesh opened 4 years ago

jdkunesh commented 4 years ago

For React, JSP frameworks, or other web UI systems, how can vendors and City of Chicago employees ingest this system.

chrisjcalderon commented 4 years ago

There are several libraries for the most popular MVVM frameworks:

Angular: https://ng-bootstrap.github.io/#/home

React: https://react-bootstrap.github.io/

VueJS https://bootstrap-vue.js.org/

For those is simple it would just require adding our customized version plus the appropriate framework lib. These just make it simpler and more intuitive to use the bootstrap components.

If needed , we could create a special lib for our specific components (header, footer, etc) however the markup for these is simple enough y that might not be needed.

JSP should be easy enough as it is the same as building a regular page, however how the JSPs are constructed depends on the framework used. Maybe @dpmesa can provide a recommendation based on what he currently uses