All Projects → maxbeier → Tawian Frontend

maxbeier / Tawian Frontend

Licence: mit
A markdowny CSS framework

Projects that are alternatives of or similar to Tawian Frontend

Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+495.81%)
Mutual labels:  framework, frontend
Neo
Create blazing fast multithreaded Web Apps
Stars: ✭ 1,219 (+629.94%)
Mutual labels:  framework, frontend
Monster Ui
The JavaScript framework to leverages the power of Kazoo
Stars: ✭ 54 (-67.66%)
Mutual labels:  framework, frontend
Uibench
UI Benchmark
Stars: ✭ 163 (-2.4%)
Mutual labels:  framework, frontend
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: ✭ 45,802 (+27326.35%)
Mutual labels:  framework, frontend
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (+368.86%)
Mutual labels:  framework, frontend
Seed Rs Realworld
Exemplary real world application built with Seed
Stars: ✭ 77 (-53.89%)
Mutual labels:  framework, frontend
Korolev
Single Page Applications running on the server side.
Stars: ✭ 510 (+205.39%)
Mutual labels:  framework, frontend
Cyclow
A reactive frontend framework for JavaScript
Stars: ✭ 105 (-37.13%)
Mutual labels:  framework, frontend
Awesome Seed Rs
A curated list of awesome things related to Seed
Stars: ✭ 101 (-39.52%)
Mutual labels:  framework, frontend
Kvision
Object oriented web framework for Kotlin/JS
Stars: ✭ 658 (+294.01%)
Mutual labels:  framework, frontend
Portfolio Generator
JS framework to dynamically generate a portfolio site from a JSON file
Stars: ✭ 135 (-19.16%)
Mutual labels:  framework, frontend
Nerv
A blazing fast React alternative, compatible with IE8 and React 16.
Stars: ✭ 5,409 (+3138.92%)
Mutual labels:  framework, frontend
Vue Bootstrap With Material Design
Vue Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 803 (+380.84%)
Mutual labels:  framework, frontend
Displayjs
A simple JavaScript framework for building ambitious UIs 😊
Stars: ✭ 590 (+253.29%)
Mutual labels:  framework, frontend
Axentix
Axentix is an open source Framework based on CSS Grid using HTML, CSS and JS. The easy layout control and grid system makes it one of the most easy to learn framework.
Stars: ✭ 75 (-55.09%)
Mutual labels:  framework, frontend
Framework
A modular front-end framework - inspired by the server-side and Web Components.
Stars: ✭ 448 (+168.26%)
Mutual labels:  framework, frontend
San
A fast, portable, flexible JavaScript component framework
Stars: ✭ 4,514 (+2602.99%)
Mutual labels:  framework, frontend
Material Design For Bootstrap
Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
Stars: ✭ 9,463 (+5566.47%)
Mutual labels:  framework, frontend
Bulmaswatch
Themes for Bulma
Stars: ✭ 1,525 (+813.17%)
Mutual labels:  framework, frontend

Tawian Frontend npm package

Simple CSS framework with a markdowny touch. Intended for developer facing applications.

Usage

<link rel="stylesheet" href="http://maxbeier.github.io/tawian-frontend/tawian-frontend.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cousine:400,400i,700,700i">

or via npm

npm install --save tawian-frontend typeface-cousine

And then, for example (as used in curious-containers/cc-ui):

import 'tawian-frontend';
import 'typeface-cousine';

To use the icons, you have to place icons.svg at the root of your public path (or anywhere else and adjust the path in the icons svg code) or inline them in your HTML to make them work in Edge.

Preview

Screenshot

Build

npm run build

npm run watch  # builds continuously

Credits

The project was inspired by hack.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].