Packages

All the packages available in the Prism ecosystem

Installing Prism - @octanner/prism-core

Prism is currently under heavy development, but can be installed by running either of these commands:

npm install @octanner/prism-core
yarn add @octanner/prism-core

Installing Prism Icons - @octanner/prism-icons

Prism Icons is a set of icons that are built with the Prism design language in mind. It is a separate package that can be installed by running either of these commands:

npm install @octanner/prism-icons
yarn add @octanner/prism-icons

Installing Prism Datagrid - @octanner/prism-datagrid

Prism Datagrid is a component specifically for use with DataGrid. It is a separate package that can be installed by running either of these commands:

npm install @octanner/prism-datagrid
yarn add @octanner/prism-datagrid

Installing Prism Utilities - @octanner/prism-utilities

Prism Utilities is a set of utilities that can be used elsewhere. It is a seperate package that can be installed by running either of these commands:

npm install @octanner/prism-utilities
yarn add @octanner/prism-utilities

Installing Prism Admin - @octanner/prism-admin

Prism Admin is a set of components that are built on top of Prism, made for the admin home screens. It is a separate package that can be installed by running either of these commands:

npm install @octanner/prism-admin
yarn add @octanner/prism-admin