Socket
Book a DemoInstallSign in
Socket

@glideapps/demo-module

Package Overview
Dependencies
Maintainers
30
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glideapps/demo-module

Demo module

0.0.0-beta.4
latest
npmnpm
Version published
Maintainers
30
Created
Source

Demo Module

This is a demo module for the Glide UX system.

Getting Started

npm install
npm start

Your module will be available at http://localhost:4000

Building & Publishing

Development

npm run build        # Build for development (includes types)
npm run build:types  # Build only TypeScript types
npm run lint         # Run linting
npm run test         # Run tests

TypeScript Types

This module generates TypeScript declaration files automatically. The types are built to dist/ and can be imported:

import { ExampleComponent } from '@glideapps/demo-module';
import type { ExampleComponentProps } from '@glideapps/demo-module';

Publishing

The module is configured for npm publishing with:

  • TypeScript types included (dist/index.d.ts)
  • Proper exports for both CommonJS and ES modules
  • Public access configuration

To publish:

npm publish

CSS Setup

This module uses Glide UX components with pre-compiled styles. The CSS is automatically included when you import from @glideapps/ux/library/styles in your main entry point.

The module includes Tailwind CSS for your custom styling needs. You can customize the theme by editing tailwind.config.js.

Glide UX Modules library

This was generated by the Glide UX modules CLI. See more docs at https://github.com/glideapps/glide-ux-modules/

FAQs

Package last updated on 25 Jul 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.