All Projects → fengzilong → Nest

fengzilong / Nest

Licence: MIT License
🍭 Yet another UI framework for Web, built with riot

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Nest

Riot Api Java
Riot Games API Java Library
Stars: ✭ 184 (+211.86%)
Mutual labels:  riot
Tutorials
No description or website provided.
Stars: ✭ 82 (+38.98%)
Mutual labels:  riot
botdarr
Slack/Discord/Telegram/Matrix bot for accessing radarr, sonarr, and lidarr
Stars: ✭ 76 (+28.81%)
Mutual labels:  riot
PollMaubot
A polling plugin for Riot (using maubot)
Stars: ✭ 18 (-69.49%)
Mutual labels:  riot
karma-riot
A Karma plugin. Compile and test HTML and JS in Riot tag files.
Stars: ✭ 20 (-66.1%)
Mutual labels:  riot
applications
Some useful RIOT applications
Stars: ✭ 39 (-33.9%)
Mutual labels:  riot
Kayn
superagent-inspired Node.js lib (w/ **some** TypeScript support) for accessing Riot's League of Legend's API (discord: cnguy#3614)
Stars: ✭ 122 (+106.78%)
Mutual labels:  riot
Scylla
An Elm-based front-end for Matrix.
Stars: ✭ 24 (-59.32%)
Mutual labels:  riot
game apis
This repository is for integrating with different apis to allow you to pull player or game data
Stars: ✭ 24 (-59.32%)
Mutual labels:  riot
valorant.js
This is an unofficial NodeJS library for interacting with the VALORANT API used in game.
Stars: ✭ 48 (-18.64%)
Mutual labels:  riot
systemjs-riot
jspm/systemjs plugin to load RiotJS tags and inline them in the bundle
Stars: ✭ 18 (-69.49%)
Mutual labels:  riot
radical
Element (Riot Web) unofficially bundled as Firefox Add-on
Stars: ✭ 33 (-44.07%)
Mutual labels:  riot
leagueoflegends
A command-line interface for League of Legends Esports.
Stars: ✭ 28 (-52.54%)
Mutual labels:  riot
chrome-extension-boilerplate-riot
A boilerplate chrome extension (Single Page Application) using RIOT.js
Stars: ✭ 20 (-66.1%)
Mutual labels:  riot
matrix-tag-manager
A web interface for supporting power users and their Matrix room tags.
Stars: ✭ 22 (-62.71%)
Mutual labels:  riot
Riot Cheatsheet
🚩 Riot at a glance
Stars: ✭ 159 (+169.49%)
Mutual labels:  riot
valorant-api
A NodeJs wrapper for the Riot VALORANT API
Stars: ✭ 51 (-13.56%)
Mutual labels:  riot
whitefield
Whitefield provides a simulation environment for wireless sensor networks by combining RF simulation provided by NS3 and network stack provided by popular IoT OSes such as Contiki/RIOT/OpenThread.
Stars: ✭ 70 (+18.64%)
Mutual labels:  riot
riot realworld example app
Exemplary real world application built with Riot.js v6 🖐👍
Stars: ✭ 16 (-72.88%)
Mutual labels:  riot
hot-reload
Riot hot reload API
Stars: ✭ 16 (-72.88%)
Mutual labels:  riot

Nest npm package

Yet another UI framework for Web, built with riot

Demo

https://fengzilong.github.io/Nest/

Docs

coming soon...

Installation

$ npm install nest-ui --save

Usage

Option #1: with webpack or any other bundler:

import 'nest-ui';
import 'nest-ui/dist/nest.css';

Option #2: hot-link

hot-link nest.css (unpkg)

<link rel="stylesheet" href="path/to/nest.css">

hot-link riot.js (unpkg) and nest.js (unpkg)

<script type="text/javascript" src="path/to/riot.js"></script>
<script type="text/javascript" src="path/to/nest.js"></script>

License

MIT © fengzilong

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].