# nanoislands **Repository Path**: mirrors_floatdrop/nanoislands ## Basic Information - **Project Name**: nanoislands - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-06-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Library for Yandex corporate style [![NPM version](https://badge.fury.io/js/nanoislands.png)](http://badge.fury.io/js/nanoislands) [![Build Status](https://travis-ci.org/yandex-ui/nanoislands.png?branch=master)](https://travis-ci.org/yandex-ui/nanoislands) ##Demo [http://yandex-ui.github.io/nanoislands/](http://yandex-ui.github.io/nanoislands/) ## Tests ``` npm test ``` ## Build package ``` vim Changelog.md vim package.json git commit -a -m 'v...' git tag 'v...' git push origin master git push origin 'v...' make publish ``` ## Documentation * [Button](https://github.com/yandex-ui/nanoislands/blob/master/blocks/button/button.md) * [Checkbox](https://github.com/yandex-ui/nanoislands/blob/master/blocks/checkbox/checkbox.md) * [Input](https://github.com/yandex-ui/nanoislands/blob/master/blocks/input/input.md) * [Suggest](https://github.com/yandex-ui/nanoislands/blob/master/blocks/suggest/suggest.md) * [Select](https://github.com/yandex-ui/nanoislands/blob/master/blocks/select/select.md) * [Toggler](https://github.com/yandex-ui/nanoislands/blob/master/blocks/toggler/toggler.md) * [Progress](https://github.com/yandex-ui/nanoislands/blob/master/blocks/progress/progress.md) * [Popup](https://github.com/yandex-ui/nanoislands/blob/master/blocks/popup/popup.md) * [Slider](https://github.com/yandex-ui/nanoislands/blob/master/blocks/slider/slider.md) * [Groups](https://github.com/yandex-ui/nanoislands/blob/master/blocks/group/group.md) * [Gaps](https://github.com/yandex-ui/nanoislands/blob/master/blocks/gap/gap.md) #### [Changelog](Changelog.md)