-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
- Set up a "hello world" Vue project
- Add BCC Component Library (for reference)
- Setup PrimeVue (tailwind version - tailwind.primevue.org?)
- Experiment with adjusting tokens and/or CSS presets to make components similar to styling in BCC Component Library
Objective: get a feeling / understanding of how easy it is to customize PrimeVue according to our needs, and the quality of the product.
- Test styling in styled mode (adjusting preset) - e.g. stepper
- Test tailwind integration in styled mode
- Test applying a theme in unstyled mode
- Test making own preset/theme in unstyled mode - and applying variables
- Test using material icons (i.e. the same icons as currently used)
- Test wrapping an unstyled component - e.g. data table
- Finally document pros and cons of each approach (basis for decision)
- Wrapping of PrimeVue?
- Applying Designtokens to Bcc Components?