JSPM

@inkline/inkline

3.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2973
  • Score
    100M100P100Q118646F
  • License MIT

Inkline is the Vue.js UI/UX Library built for creating your next design system

Package Exports

  • @inkline/inkline

Readme

Inkline logo

Inkline

Inkline is the customizable Vue.js UI/UX Library designed for creating flawless responsive websites. Inkline is written and maintained by @alexgrozav.


Vue.js UI/UX Library - Inkline


Homepage · Documentation · Issue Tracker


npm version Build Coverage Status Downloads Discord

Table of contents

Installation

Read the Getting Started page and find information on framework contents, templates, examples, and more.

Vue CLI Installation - Inkline Nuxt.js Installation - Inkline Custom Installation - Inkline CDN Installation - Inkline

Join the beta

The beta version for Inkline 3 (compatible with Vue 3) is finally out! Here are some basic installation instructions. Keep in mind that the beta is still subject to change.

npm install @inkline/inkline@next
import { createApp } from 'vue'
import '@inkline/inkline/inkline.scss';
import Inkline from '@inkline/inkline/inkline';
import App from './App.vue'

const app = createApp(App);

app.use(Inkline);

app.mount('#app');

Bugs and feature requests

Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Community

Get updates on Inkline's development and chat with the project maintainers and community members.

  • Follow @inkline on Twitter.
  • Join Inkline on Discord.
  • Developers should use the keyword inkline on packages which modify or add to the functionality of Inkline when distributing through npm or similar delivery mechanisms for maximum discoverability.

Releases

Previous releases and their documentation are also available for download.

Versioning

For increased transparency and backward compatibility, Inkline is maintained under the Semantic Versioning guidelines.

Creators

Alex Grozav

Contributing

Please read through our contributing guidelines. There you can find directions for opening issues, feature requests, coding standards, and how to setup a local development environment.

Thanks goes to these wonderful people:

Alex Grozav Manuel Tancoigne Reniel Salvador The Jared Wilcurt Bogdan Saliuk marbocub Dimitrios Mandamadiotis roiLeo

Code copyright 2017-2020 Inkline Authors. Code released under the MIT License.