A Common Lisp library for generating Bootstrap-based HTML markup.
Find a file
2024-04-21 12:17:04 +02:00
docs Update user research examples 2024-04-18 16:43:15 +02:00
examples Fix with-page macro 2024-01-26 16:28:53 +01:00
public Add bs dependencies 2024-03-08 21:41:35 +01:00
src Fix docstrings 2024-04-21 12:17:04 +02:00
tests Update packages path in test packages 2024-04-21 11:40:50 +02:00
.gitignore Init commit 2023-06-29 17:19:12 +02:00
dev.metalisp.sbt.asd Re-organize test files 2024-04-21 11:36:00 +02:00
LICENSE Change to MIT License 2024-04-02 16:13:57 +02:00
README Update README*.md 2024-03-29 14:19:50 +01:00
README.md Update README*.md 2024-03-29 14:19:50 +01:00
run-tests.lisp Write script to run tests in terminal 2023-12-21 20:15:28 +01:00
run-tests.sh Create a bash environment to run tests 2024-01-13 12:53:11 +01:00

Table of Contents

  1. dev.metalisp.sbt
    1. Introduction
    2. Installation
      1. Load library
      2. Run tests
    3. Issue Tracker
    4. Mailing list
    5. RSS Feed
    6. Similar Libraries
    7. Author
    8. Copyright

dev.metalisp.sbt

Introduction

A Common Lisp library for generating Bootstrap-based HTML markup. It provides macros to easily create Bootstrap components such as accordions, alerts, badges, buttons, cards, dropdowns, headers, list groups, navbars, nav-tabs, pagination, and tables. This library is dependent on the Spinneret library for HTML generation.

The following components are available as packages:

  • accordion: This package provides macros for generating Bootstrap Accordion components. Accordions are collapsible lists of items, each of which can be “expanded” or “collapsed” to reveal or hide content.

  • alert: This package offers macros for creating Bootstrap Alert components. Alerts are used to provide user feedback, usually in response to user interactions, such as form validation or actions.

  • badge: This package provides macros for creating Bootstrap Badge components. Badges are small status descriptors for UI elements. They can be used to add additional information to an element, such as a count.

  • button: This package provides macros for creating Bootstrap Button components. Buttons are used for actions, like submitting forms or initiating actions.

  • card: This package provides macros for creating Bootstrap Card components. Cards are flexible and extensible containers for displaying content in a structured format.

  • dropdown: This package provides macros for creating Bootstrap Dropdown components. Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown format.

  • list group: This package provides macros for generating Bootstrap List Group components. List groups are flexible and powerful components for displaying not only simple lists of elements, but complex ones with custom content.

  • navbar: This package provides macros for creating Bootstrap Navbar components. Navbars are responsive meta components that serve as navigation headers for your application or site.

  • nav / tab: This package provides macros for creating Bootstrap Nav components. Navs are navigation components that can be styled in different ways and can contain links, text, or any other kind of content.

  • pagination: This package provides macros for creating Bootstrap Pagination components. Pagination is used to let the user navigate through a set of discrete pages.

  • table: This package provides macros for generating Bootstrap Table components. Tables are used to present data in a tabular format.

  • spinner: This package provides macros for creating Bootstrap Spinner components. Spinners are used to indicate a loading state of a page or a section.

Installation

git clone https://git.sr.ht/~marcuskammer/dev.metalisp.sbt ~/quicklisp/local-projects/dev.metalisp.sbt/

Load library

(ql:quickload :dev.metalisp.sbt)

Run tests

cd ~/quicklisp/local-projects/dev.metalisp.sbt/

sh run-tests.sh

Issue Tracker

Mailing list

RSS Feed

Similar Libraries

Author

Copyright (c) 2023 Marcus Kammer (marcus.kammer@metalisp.dev)