{"id":13394427,"url":"https://github.com/enigma-io/boundless","last_synced_at":"2025-03-13T20:31:31.598Z","repository":{"id":57190256,"uuid":"75877570","full_name":"enigma-io/boundless","owner":"enigma-io","description":"✨ accessible, battle-tested React components with infinite composability","archived":true,"fork":false,"pushed_at":"2017-08-27T00:35:52.000Z","size":24481,"stargazers_count":237,"open_issues_count":6,"forks_count":13,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-05-21T16:10:16.908Z","etag":null,"topics":["accessible","react","react-component","ui-components"],"latest_commit_sha":null,"homepage":"https://boundless.js.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enigma-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-07T21:33:41.000Z","updated_at":"2024-03-09T18:31:17.000Z","dependencies_parsed_at":"2022-08-27T12:11:23.842Z","dependency_job_id":null,"html_url":"https://github.com/enigma-io/boundless","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enigma-io%2Fboundless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enigma-io%2Fboundless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enigma-io%2Fboundless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enigma-io%2Fboundless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enigma-io","download_url":"https://codeload.github.com/enigma-io/boundless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605752,"owners_count":19989612,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessible","react","react-component","ui-components"],"created_at":"2024-07-30T17:01:19.304Z","updated_at":"2025-03-13T20:31:30.305Z","avatar_url":"https://github.com/enigma-io.png","language":"JavaScript","readme":"# Boundless\n\n[![NPM version](https://img.shields.io/npm/v/boundless.svg)](https://www.npmjs.com/package/boundless) [![Build Status](https://travis-ci.org/enigma-io/boundless.svg?branch=master)](https://travis-ci.org/enigma-io/boundless) [![codecov](https://codecov.io/gh/enigma-io/boundless/branch/master/graph/badge.svg?token=p755jHqDqi)](https://codecov.io/gh/enigma-io/boundless)\n\n\n## Installation\n\n```bash\n# the whole library\nnpm i boundless --save\n\n# or just a part of it\nnpm i boundless-button --save\n```\n\nBoundless currently supports IE10+ (needs a [Promise polyfill](https://cdnjs.com/libraries/es6-promise)) and all other modern browsers.\n\n## Philosophy\n\nBoundless is a UI toolkit that was conceived to abstract away difficult interface patterns. It follows three main guidelines:\n\n1. Performance is mandatory, not a nice-to-have.\n2. Components should be as customizable as possible.\n3. Components should be as accessible as possible (falling back to WAI-ARIA attributes when necessary.)\n\nThe general idea of this library is to provide ready-to-go solutions for things you really wouldn't want to build yourself, not because they're hard... but because they're hard to design _right_. We are always open to suggestions and strive to keep Boundless as concise and useful as possible.\n\n## Reference styles\n\nA precompiled base \"skin\" is available to use as a base when customizing Boundless for your own project. Some of the components do rely on the reference layout in their styles to function properly. It is designed to be very unopinionated.\n\nYou can find the compiled CSS at `/public/skin.css`. There is a minified version available as well: `/public/skin.min.css`.\n\nThe Boundless website is based on this skin with branding colors, etc.\n\n## Branding Boundless\n\nThanks to the modular nature of [Stylus](http://stylus-lang.com/), injecting your own customization to things like accent color(s) is extremely simple.\n\nIn your own project's `.styl` file, define any variable overrides (see [variables.styl](https://github.com/enigma-io/boundless/blob/master/variables.styl) for what variables can be overridden), then import Boundless's master styl file:\n\n```stylus\n// first, pull in the variables\n@require \"node_modules/boundless/variables\";\n\n// do overrides as desired...\ncolor-accent = red;\n\n// then pull in the rest of the styles\n@require \"node_modules/boundless/style\";\n```\n\nNext time your project's CSS is built, Boundless's CSS will automatically be compiled with the appropriate changes and included in your stylesheet.\n\n## Developing Boundless\n\n```bash\ngit clone git@github.com:enigma-io/boundless.git boundless\ncd boundless\n\nnpm i\nnpm start # runs the development server so you can make changes live ✨\n```\n\n[MIT License](https://github.com/enigma-io/boundless/blob/master/LICENSE)\n","funding_links":[],"categories":["JavaScript","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenigma-io%2Fboundless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenigma-io%2Fboundless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenigma-io%2Fboundless/lists"}