GithubHelp home page GithubHelp logo

lgs / inkline Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inkline/inkline

0.0 2.0 0.0 11.95 MB

Inkline is a modern UI/UX framework designed for creating flawless responsive websites.

Home Page: https://inkline.io

License: MIT License

JavaScript 68.67% CSS 24.61% Vue 3.97% HTML 2.62% Shell 0.13%

inkline's Introduction

Inkline logo

Inkline

Inkline is a modern UI/UX framework designed for creating flawless responsive websites. Inkline is written and maintained by @alexgrozav.

Homepage · Documentation · Issue Tracker


npm version Build Coverage Status dependencies status Downloads Discord

Table of contents

Installation

Read the Getting started page for information on the framework contents, templates, examples, and more.

  • Install with npm:
npm install --save @inkline/inkline
  • Install with yarn:
yarn add @inkline/inkline
composer require inkline/inkline

Usage

First, we'll import the core styles, after which we import and register the script files. If you already have your Webpack configuration ready for Vue, importing the framework is as simple as:

import Vue from 'vue';
import '@inkline/inkline/dist/inkline.css';
import Inkline from '@inkline/inkline';

Vue.use(Inkline);

Next, start using the many components that Inkline has to offer.

CDN

If you're not using using package managers and build systems and you want to add Inkline to your project, you can import the compiled files from CDN:

<link href="https://cdn.jsdelivr.net/npm/@inkline/inkline/dist/inkline.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/@inkline/inkline/dist/inkline.js"></script>

You can also try it out live on JSFiddle.

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.

Contributing

Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.

Community

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

  • Follow @inklineUX on Twitter.
  • 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.

Creator

Alex Grozav

Copyright and license

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

inkline's People

Contributors

alexgrozav avatar mtancoigne avatar agvism avatar denisdenes avatar

Watchers

James Cloos avatar  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.