@teenageinterface/core
Version:
The `Core` styling for `teenageinterface` library.
36 lines (21 loc) • 810 B
Markdown
# Core
The `Core` styling for `teenageinterface` library.
## Installation
Ensure that you have installed the `@teenageinterface/core` library in your Angular project. If not, you can add it using:
```bash
npm install @teenageinterface/core
```
## Usage
Import the `Core` style into your Angular application:
```scss
@use '@teenageinterface/core'; // Import the @teenageinterface/core library styles
@tailwind base;
@tailwind components;
@tailwind utilities;
```
## Documentation
For more information, visit the [official documentation]().
## Repository
The source code is available on [GitHub](https://github.com/0K00/teenageinterface).
## License
This project is licensed under the [MIT License](https://github.com/0K00/teenageinterface/blob/main/LICENSE.MD).