We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See the UIKit Documentation
Create file structure
src/Tile
src/Tile/README.md
src/Tile/Tile.svelte
Add the needed references.
src/README.md
#Tile
src/index.js
Create the story (stories/Tile.stories.js)
stories/Tile.stories.js
Create boilerplate
Tile
[Component]
<script></script>
Write the markdown
Create class logic
classes
Add the width action
use:uk_width
Export all prop options from a module context block
Add storybook knobs
Export storybook npm run commit-docs-dist
npm run commit-docs-dist
Open PR
The text was updated successfully, but these errors were encountered:
Merge pull request #2 from 0c370t/Tile-Component
08ab5e3
Add Tile Component Resolves #1
TechSolomon
Successfully merging a pull request may close this issue.
See the UIKit Documentation
Create file structure
src/Tile
src/Tile/README.md
src/Tile/Tile.svelte
Add the needed references.
src/README.md
#Tile
in the url)src/index.js
Create the story (
stories/Tile.stories.js
)Create boilerplate
src/Tile/README.md
Tile
instead of[Component]
<script></script>
blockWrite the markdown
Create class logic
classes
is being usedAdd the width action
use:uk_width
)Export all prop options from a module context block
Add storybook knobs
Export storybook
npm run commit-docs-dist
Open PR
The text was updated successfully, but these errors were encountered: