Git Product home page Git Product logo

prizm's Introduction

Prizm UI

prizm workflow

Libraries

@prizm-ui/core

@prizm-ui/components

@prizm-ui/helpers

@prizm-ui/icons

@prizm-ui/flag-icons

Default install:

You can easily install Prizm UI using Angular CLI by running the following command:

ng add @prizm-ui/install

Manual install:

Required > Install theme and core:

npm i @prizm-ui/core
npm i @prizm-ui/theme

Optional > Install helpers:

npm i @prizm-ui/helpers

Optional > Install components:

npm i @prizm-ui/components

Optional > Install charts library:

npm i @prizm-ui/charts

How setup global styles from @prizm-ui/styles ?

Add our styles to angular config:

"assets": [
// ....
{
"glob": "**/*",
"input": "node_modules/@prizm-ui/components/src/styles/fonts",
"output": "assets/prizm-ui/fonts"
},
],
"styles": [
// (Required) Add for use our theme
"node_modules/@prizm-ui/theme/src/styles/styles.less",
// (Optional) Add for use our components
"node_modules/@prizm-ui/components/src/styles/styles.less",
// (Optional) Add only for use our old icon set (deprecated)
"node_modules/@prizm-ui/components/src/styles/icons/icons.less",
"node_modules/@prizm-ui/components/src/styles/icons-16/icons-16.less"
],

Or you can add to your root styles.less

// (Required) Add for use our theme
@import '~@prizm-ui/theme/src/styles/styles.less';
// (Optional) Add only for use our components library
@import '~@prizm-ui/components/src/styles/styles.less';

// (Optional) Add only for use our old icon set (deprecated)
@import '~@prizm-ui/components/src/styles/icons/icons.less';
@import '~@prizm-ui/components/src/styles/icons-16/icons-16.less';

How can you use our icons?

To use our icons as svg, please install our library

npm i @prizm-ui/icons

But if you want to use fonts not only as svg, and also as font, please add to your angular config

"styles": [
...
"@prizm-ui/icons/base/src/styles/styles.less"
],";

or you can only import to your root styles.less

@import '~@prizm-ui/icons/base/src/styles/styles.less';

Thanks to

This is a library for one of the best Angular frameworks. Thanks to Angular team

Our library are based on Taiga UI by Tinkoff. All Taiga UI packages are covered by Apache 2.0 Read more about their license here Thanks to Taiga UI

We use nrwl nx as monorepo. Thanks to Nrwl team

Our charts library are base on AntV G2Plot. Thanks to AntV G2Plot

Also we want to give thanks to all the following

License

You are welcome to utilize our library in both commercial and personal projects.

The Prizm UI packages are licensed under the MIT License.

Read more about this license here

prizm's People

Contributors

zurabdev avatar irustm avatar yashakorolev avatar katkovergina avatar dsermyagin avatar katawasiya avatar ozknemoy avatar ickisickis avatar bumalai avatar skkonstantin avatar digital-plant-guard avatar dannydaniels avatar roxvell avatar stepandr avatar afoxy avatar zerodi avatar imagomadov95 avatar kmatevosyan avatar aleksandrsibiakov avatar misterwind avatar afedoroff avatar denisbiktanov avatar ifmalex avatar temaptz avatar zyfraivanterekhov avatar anton-kolmakov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.