@xuanxoo/search-form
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

Search Form

Frontend challenge implemented with hexagonal architecture.

Requisites

node >= 14

Installation as default app

$ yarn install

Development

$ yarn start

Open http://localhost:3005/ to view it in the browser.

Tests

Unit tests

$ yarn test

Install this package as dependency

 yarn add '@xuanxoo/search-form'

Importing SearchForm

as a package

import { SearchForm } from '@xuanxoo/search-form';

const MyComponent = () => <SearchForm />;

Architecture diagram

HEXAGONAL@2x

Readme

Keywords

none

Package Sidebar

Install

npm i @xuanxoo/search-form

Weekly Downloads

2

Version

1.7.0

License

none

Unpacked Size

1.67 MB

Total Files

405

Last publish

Collaborators

  • xuanxoo