2020.11.3 • Published 3 years ago

@creativecommons/fonts v2020.11.3

Weekly downloads
4,294
License
MIT
Repository
github
Last release
3 years ago

Vocabulary is a cohesive design system to unite the web facing Creative Commons.

Vocabulary is the code implementation of Creative Commons' Design Language. Vocabulary makes it easier to develop Creative Commons apps while ensuring a consistently familiar experience.

Included Packages

vocabulary is a monorepo containing three packages:

PackageDescription
@creativecommons/vocabularyThe main CSS component libraryinstall size
@creativecommons/fontsA collection of typefaces and icon fontsinstall size
@creativecommons/vue-vocabularyVue component library powered by the main CSS libraryinstall size

Packages are located in the /packages directory.

Installation

You would need to have Node.js and npm installed.

To install dependencies and run the storybooks for all packages in this repository:

npm install --legacy-peer-deps
npm run setup # (optional for npm v7 & above)
npm run build
npm run storybook

To run the storybook for an individual package (here, fonts):

cd packages/fonts
npm install --legacy-peer-deps
npm run build
npm run storybook

Using

To use Vocabulary in your projects, refer to this document.

Contributing

To contribute to Vocabulary, refer to this document.

Versioning

Vocabulary uses CalVer for version numbering, in the YYYY.M.Micro format. Micro is bumped whenever there are multiple releases in a month, for example 2020.7.1 is the first release in July 2020, while 2020.7.2 is the second.

License

Licensed under the Expat/MIT license.

2020.11.3

3 years ago

2020.11.2

3 years ago

2020.11.1

3 years ago

2020.10.1

4 years ago

2020.9.4

4 years ago

2020.9.3

4 years ago

2020.9.2

4 years ago

2020.8.1

4 years ago

2020.7.1

4 years ago

1.0.0-beta.10

4 years ago

1.0.0-beta.9

4 years ago

1.0.0-beta.8

4 years ago

1.0.0-beta.7

4 years ago

1.0.0-beta.5

4 years ago

1.0.0-beta.4

4 years ago

1.0.0-beta.3

4 years ago

1.0.0-beta.2

4 years ago

1.0.0-beta.1

4 years ago

1.0.0-beta.0

4 years ago