diff --git a/README.md b/README.md index 8d156959b6..bf6a878e87 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,16 @@ ### What's included: What is included: -1) [x] @nebular/theme +1) [x] @nebular/theme :art: - Theme System - guidelines on how to manage SCSS variables and component styles with hot reload in place. - Pure Angular UI Kit with two style themes and no dependencies. - - Style overridings for 3rd party modules (Bootstrap, ng2-smart-table) to have a consistent look and feel. -2) [x] @nebular/auth + - Style overridings for 3rd party modules (Bootstrap 4, ng2-smart-table) to have a consistent look and feel. + - Server-side rendering compatibility! +2) [x] @nebular/auth :closed_lock_with_key: - Authentication components (login/register/reset password/restore password). - Multiple configurable providers (backend connectors). - Helpers for token management (storing, passing with HTTP requests, etc). -3) [x] @nebular/security +3) [x] @nebular/security :cop: - Roles and permissions management (ACL) - `*nbIsGranted` conditional directive 4) [ ] @nebular/dashboard - module for draggable/resizable dashboards creation @@ -40,9 +41,6 @@ There are a lot of awesome front-end frameworks and libraries out there these da ### Documentation Installation, customization and other useful articles: https://akveo.github.io/nebular -### Architecture - - ### License [MIT](LICENSE.txt) license. diff --git a/docs/articles/index.md b/docs/articles/index.md index 648d122969..2db06af2b0 100644 --- a/docs/articles/index.md +++ b/docs/articles/index.md @@ -20,6 +20,7 @@ Nebular modules are distributed as separated `npm` packages, here's a list of cu - Theme System - set of SCSS rules, which allow you to modify application looks & feel by changing style-variables, with fewer custom styles. - UI Kit - pure Angular components with two style themes and no 3rd party dependencies. - Style overriding for Bootstrap, so that the application has a consistent look & feel. + - Server-side rendering compatibility! - **@nebular/auth** - Authentication components (login/register/reset password/restore password). - Multiple configurable providers (backend connectors).