StorybookJS integration with the Fluid Framework
Перейти к файлу
Dan Wahlin f5e819ea49
Update overall theme and enhanced source viewer functionality (#30)
* Update hugo build script, move build styles into manager-styles.css, add build:hugo script in package.json

* Update theme and source code viewer

* Catch up build script

* Hide toolbar when on welcome (docs only) story.

Co-authored-by: Dan Wahlin <danwahlin@MININT-DN392G3.northamerica.corp.microsoft.com>
Co-authored-by: Dan Wahlin <danwahlin@iMac-Office.local>
2020-08-31 09:48:30 -07:00
.azuredevops Run Hugo-specific build in CI (#27) 2020-08-27 19:38:42 -07:00
.github/workflows Upload storybook as an artifact (#21) 2020-08-24 17:18:23 -07:00
.storybook Update overall theme and enhanced source viewer functionality (#30) 2020-08-31 09:48:30 -07:00
public Update overall theme and enhanced source viewer functionality (#30) 2020-08-31 09:48:30 -07:00
src Update overall theme and enhanced source viewer functionality (#30) 2020-08-31 09:48:30 -07:00
.babelrc Init commit of storybookjs 2020-08-19 08:04:51 -07:00
.gitignore Init commit of storybookjs 2020-08-19 08:04:51 -07:00
.npmrc Temporary package token 2020-08-20 09:54:20 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-08-19 07:16:16 -07:00
LICENSE Initial LICENSE commit 2020-08-19 07:16:19 -07:00
README.md Removing docs mode for now until source code viewer can use it (#20) 2020-08-27 11:41:41 -07:00
SECURITY.md Initial SECURITY.md commit 2020-08-19 07:16:14 -07:00
hugo-build-script.js Update overall theme and enhanced source viewer functionality (#30) 2020-08-31 09:48:30 -07:00
package-lock.json Update overall theme and enhanced source viewer functionality (#30) 2020-08-31 09:48:30 -07:00
package.json Update overall theme and enhanced source viewer functionality (#30) 2020-08-31 09:48:30 -07:00
solvedIssues.md Update overall theme and enhanced source viewer functionality (#30) 2020-08-31 09:48:30 -07:00
tsconfig.json Update tsconfig (#24) 2020-08-26 15:04:52 -07:00

README.md

Fluid Storybook

This project provides "stories" for different Fluid examples. In addition to being able to view the rendered Fluid Objects, a source code viewer is also included to make it easy to see how the Fluid Objects works.

Run the following to get started:

  • npm install
  • npm start

Acknowledgements

This is built using StorybookJs

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.