Our collection of reusable, adjustable, isolated Sass, Vue and Twig (Statamic) components.
Don’t repeat yourself.
This is our components library. It mostly consists of Sass mixins, Vue components and Twig partials. They all are built with best practices in mind and common features we usually have to implement, but in a way we can adapt and customize them.
Sounds good? It is.
Noice. We like.
To get started you just have to clone it (git clone git@github.com:gridonic/components.git
) and npm install
it.
Now comes the fun part. If you want to add styles or Vue components, you can develop and test them with the included Storybook. Just run npm run storybook:serve
and Storybook will automatically open your browser. Don’t know how to proceed? Head to the Storybook docs and familiarize yourself.
If you want to at Twig partials, feel free to do so. There is currently nothing set up for testing them.
Ask your co-workers, Google, Stackoverflow or the linter of your trust. Or create a pull request if you want to be on the safe side.
Also make sure to write tests. Please for the love of god, do it. Just run npm run test
to test your tests.
When ready to release, execute the following steps, given that all changes are commited in the master
branch:
CHANGELOG.md
npm version <type>
, where type is patch
, minor
or major
master
branch (git push
) and the tags (git push --tags
)CHANGELOG.md
. Add more information if necessary.That’s it! A GitHub action will then automatically publish and update the @gridonic/components package on the npm registry.
© Gridonic – smashing keys the hard way since 2010.
gridonic.ch ・
gridonic.github.io ・
@gridonic