{"id":17084679,"url":"https://github.com/duhdugg/preaction-inputs","last_synced_at":"2026-01-18T17:33:38.678Z","repository":{"id":39127855,"uuid":"263733158","full_name":"duhdugg/preaction-inputs","owner":"duhdugg","description":"This is a Bootstrap v5 compatible library of React components intended to provide a consistent and responsive experience for most basic user input needs.","archived":false,"fork":false,"pushed_at":"2023-03-04T18:00:36.000Z","size":7401,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T06:38:39.100Z","etag":null,"topics":["bootstrap","bootstrap4","npm-package","react","react-component-library"],"latest_commit_sha":null,"homepage":"https://duhdugg.github.io/preaction-inputs/","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/duhdugg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-13T20:12:41.000Z","updated_at":"2021-12-13T17:12:30.000Z","dependencies_parsed_at":"2024-11-15T05:42:47.785Z","dependency_job_id":null,"html_url":"https://github.com/duhdugg/preaction-inputs","commit_stats":{"total_commits":248,"total_committers":3,"mean_commits":82.66666666666667,"dds":"0.28629032258064513","last_synced_commit":"39fa5038bb222b6ba25ee148cfba4bf30019ba5d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duhdugg%2Fpreaction-inputs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duhdugg%2Fpreaction-inputs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duhdugg%2Fpreaction-inputs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duhdugg%2Fpreaction-inputs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duhdugg","download_url":"https://codeload.github.com/duhdugg/preaction-inputs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419642,"owners_count":20936009,"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":["bootstrap","bootstrap4","npm-package","react","react-component-library"],"created_at":"2024-10-14T13:09:18.051Z","updated_at":"2026-01-18T17:33:38.631Z","avatar_url":"https://github.com/duhdugg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Preaction Inputs\n\nThis is a Bootstrap v5 compatible library of React components intended to provide a consistent and responsive experience for basic user input needs.\n\nComponents provided by this library include:\n\n- Checkbox\n- Form\n- Input\n- Select\n- Textarea\n- Wysiwyg (using QuillJS)\n\n## Quick Start\n\nThe full documentation can be found in the [styleguide](https://duhdugg.github.io/preaction-inputs/v5/index.html) with live, editable examples.\n\n### Installation\n\n`npm install --save-dev @preaction/inputs@latest`\n\n### Usage\n\n```jsx\n// bootstrap as a peerDependency means you need to import bootstrap CSS yourself.\n// This gives you the flexibility to choose a different build or theme, if you wish.\nimport 'bootstrap/dist/css/bootstrap.min.css'\n\n// imports must be named, as this alllows shaking unused components from your bundle\nimport { Form, Input } from '@preaction/inputs'\n\nfunction App() {\n  const [name, setName] = React.useState('')\n  return (\n    \u003cForm onSubmit={e =\u003e e.preventDefault()}\u003e\n      \u003cInput label='Name' value={name} valueHandler={setName} /\u003e\n    \u003c/Form\u003e\n  )\n}\n```\n\n### License\n\n\u003e Copyright (c) 2018-2022 Doug Elkin\n\u003e\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\n\u003e of this software and associated documentation files (the \"Software\"), to deal\n\u003e in the Software without restriction, including without limitation the rights\n\u003e to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\u003e copies of the Software, and to permit persons to whom the Software is\n\u003e furnished to do so, subject to the following conditions:\n\u003e\n\u003e The above copyright notice and this permission notice shall be included in\n\u003e all copies or substantial portions of the Software.\n\u003e\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\u003e FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\u003e AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\u003e LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\u003e OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n\u003e SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduhdugg%2Fpreaction-inputs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduhdugg%2Fpreaction-inputs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduhdugg%2Fpreaction-inputs/lists"}