sancsoft / hq

Harlequin management system
MIT License
1 stars 1 forks source link

Create reusable UI components #197

Open rmaffitsancsoft opened 1 week ago

rmaffitsancsoft commented 1 week ago

Refactor the UI to use reusable components for various UI elements that are used frequently.

All components should assume fluid width and should fill 100% width of where they are placed.

rmaffitsancsoft commented 1 week ago

Something like https://storybook.js.org/docs/get-started/frameworks/angular may be worth investigating.