XBS

A Bootstrap 5 component library built with xtag for Rails.

Development

bundle install
rails test
bin/component list <name>    # list files for a component
bin/component test <name>    # run tests for a component
bin/component code <name>    # open component files in VS Code

Showcase

The test dummy app at test/dummy/ provides a showcase for all components.

cd test/dummy
rails server