Socket
Book a DemoInstallSign in
Socket

@easeaccess24/base-ui

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easeaccess24/base-ui

## Local Component Testing To test the components locally, you can import the components from `lib` to the `src` folder and execute the following command to open the demo page: ```bash pnpm dev ```

0.0.30
latest
Source
npmnpm
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

Base UI

Local Component Testing

To test the components locally, you can import the components from lib to the src folder and execute the following command to open the demo page:

pnpm dev

Local Package Testing

To test the client's UI locally, you need to pack it and then import the pack into the client's project.

  • Execute the following command to build the base UI:
pnpm build
  • Execute the following command to pack the base UI:
pnpm pack

This command will create a .tgz file in the root of the UI. You can then import this file into the client's project.

  • In the client's project, change the package.json file to include the path to the .tgz file:
{
	"dependencies": {
		"@easeaccess24/base-ui": "file:<base ui path>/base-ui-0.0.1.tgz"
	}
}
  • Run the following command to install the UI:
pnpm install
  • You can now import the UI components into your project:
import { FeatureToggle } from '@easeaccess24/base-ui';

Usage

The UI provides the following:

  • All components
  • Hooks, state, and more
  • Component styles without any theme (colors, fonts, etc.)

In the client's UI project, you need to implement the following:

  • Custom theme - by changing the CSS variables
  • Layout - by using the components

FAQs

Package last updated on 10 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.