@snyk-mktg/brand-cl-vue
v1.1.1
Published
The official component library for Snyk’s BrandCL Atomic Vue Components
Readme

Snyk BrandCL Vue 🐾 🖥 💻 📱
Welcome to BrandCL, the official vue component library for Snyk’s Marketing design system.
Note: This is the successor to the previous prototype, Snyk MarketingUI (aka "SMUi").
Documentation
The full documentation can be found at https://brand-cl.snyk.marketing/.
Getting Started with the Styles Library
Setting it up
Install Snyk BrandCL with either npm:
npm i @snyk-mktg/brand-cl-vueor yarn:
yarn add @snyk-mktg/brand-cl-vueUsing Snyk BrandCL
Snyk BrandCL Vue Components can then be used within your project by importing them as follows:
import Button from '@snyk-mktg/brand-cl-vue/components/atoms/Button';PLEASE NOTE: The @snyk-mktg/brand-ui Style Library will also need to be included within your project as an additional dependency.
