@aquera/nile
Version:
Nile web components for web products and experiences
27 lines (17 loc) • 851 B
Markdown
# Nile Core
<!-- toc -->
- [Installation](#installation)
- [Registering components](#registering-components)
- [Using web components](#using-web-components)
- [Styling components](#styling-components)
- [Using nile design tokens](#using-nile-design-tokens)
- [Typography and mixins](#typography-and-mixins)
- [Additional component styles](#additional-component-styles)
<!-- tocstop -->
[Web Components](https://www.webcomponents.org/introduction) are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps.
Nile provides a web component library for building products consistent with the Aquera brand.
If you're using Vue, you can use these components in the same manner specified, without any additional steps!
## Installation
```shell
$ npm install @aquera/nile
```