microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
29 stars 31 forks source link

feat(azure-theme): bootstrap new package #180

Closed Jacqueline-ms closed 4 months ago

Jacqueline-ms commented 4 months ago

Per documentation, initial PR introduces scaffolding. Logic to come in next PR.

Original PR: https://github.com/microsoft/fluentui-contrib/pull/177

Hotell commented 4 months ago

as part of boostraping I'd suggest to include storybook as well yarn nx generate @fluentui-contrib/nx-plugin:configure-storybook --name=azure-theme

Jacqueline-ms commented 4 months ago

Thanks @Hotell . I included the component commands yarn nx generate component <name> <componentName> for our 3 subthemes: azure light, azure dark, azure high contrast.