Implementations of the Prenda Design System, intended for use in Prenda software applications.
Implementations are available as installable NPM packages:
Here is an example to get you started.
TODO
TODO
Read the changelog of each library to address breaking changes and learn about new features and fixes.
Copyright (C) 2021 Prenda, Inc. -- All Rights Reserved
This project is not licensed. Prenda, Inc. is the copyright holder and retains all rights to the source code, and no one may reproduce, distribute, or create derivative works of this project.
This project was generated using Nx.
Prenda Design System is designed using Figma application, but is not affiliated with Figma in any way.
To execute tasks with Nx use the following syntax:
nx <target> <project> <...options>
You can also run multiple targets:
nx run-many -t <target1> <target2>
..or add -p
to filter specific projects
nx run-many -t <target1> <target2> -p <proj1> <proj2>
Targets can be defined in the package.json
or projects.json
. Learn more in the docs.
Have a look at the Nx Console extensions. It provides autocomplete support, a UI for exploring and running tasks & generators, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.