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
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
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
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
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