We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fd50f commit 960b5d7Copy full SHA for 960b5d7
.gitignore
@@ -2,4 +2,5 @@ node_modules/
2
dist/
3
npm-debug.log
4
.DS_Store
5
-.vscode
+.vscode
6
+*.iml
README.md
@@ -23,3 +23,9 @@ npm run serve
23
3. Create a Component in `src`
24
4. The Component directory must includes `Component.vue` and `Component.stories.js`
25
5. `config.js` will automatically import all files ending in `*.stories.js`
26
+
27
+## Copywriter's notes
28
29
+This repository contains the golden source for the [Cosmos Glossary](https://cosmos.network/glossary).
30
31
+Head to the [Tooltip](./src/Tooltip) component for more details.
0 commit comments