npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@teamteanpm2024/culpa-suscipit-iste

v1.1.2

Published

Downloads

206

Maintainers

shivamkalsi2024shivamkalsi2024

Keywords

entriesfindredactObservablesECMAScript 2020cjkdomequalityrm -fryamlexedescriptorsWeakSetspringpnpm9safesetPrototypeOfconnectfunctionsimmerchromeequalinputSymbolwhichgetOwnPropertyDescriptorexecutableinstallerlinewrapfigletArray.prototype.filterurles2015environmentrandommimetypesregexpcompile lesssuperstructsetterstringUnderscorehandlersObject.getPrototypeOfirqcolorfunctionalratesignalstestES2020libphonenumberserializerbanneres2018fullwidthless compilerresolveasynctypeerrorcircularmaplastSymbol.toStringTagbyteOffset-0eslint-plugines2017sortdescriptorbusyieTypeScriptcensorchildassertinstallgenericstypanionlinuxxdg-opentraverseajaxES2023graphqljapaneseqscall-bindfindLastpackage.jsonPromisetoobjectprogressspawnFloat32ArrayterminalFloat64Arraychannelnested cssrm -rfjson-schemaesPushsanitizetoSortedarrayreadablestreamhasOwnmochaassertsECMAScript 5ECMAScript 2017xsswriteinferenceconsolediffdom-testing-librarysettingsspinnersshella11ytypepreprocessor.envpopmotionwhatwgdropcallweaksetconcurrencyenderdebuggerzodtoArray6to5Array.prototype.containsObject.entriesregular expressionstostringtagtypesbabelmatchesdefinePropertyRegExp#flagsmiddlewareWebSocketspluginparentstarterjestECMAScript 3datastructureauthxdgobjecteventEmitterfindupclassnamekoreanruntimeescapejson-schema-validationtrimRightcolumnArray.prototype.flatcharactersnegativefast-cloneECMAScript 2015react posedependenciesinvarianthelpersindicatorES2019256getPrototypeOfpackageartstartreact-testing-libraryUint8ArraymacosopenerreadablestructuredClonevariables in cssoptimizerminimalsymbolsObject.keyslogjasminebabel-coreArray.prototype.flatMapcommand-linedescriptionloadingtaketacitunicodeweakmapeditorframeworkmake dirisappexpressionextraclass-validatorkeyswidthStreamskeyerror-handlingES2018jsonquotedotenvObservablemkdirpapisymlinksURLSearchParamsgdprstreams2trimEndfolderHyBirangeerrorpositivelistenersrmdirvaluestaskchinesestyleinternalutilsgetoptpicomatchES6RFC-6455ttyutilitiesserializationtextassignregulareslintplugines7syntaxerrorbluebirdArray.prototype.findLastIndexphoneuninstallECMAScript 2022jsdiffprotocloneArrayBuffer#slicechaiJSON-SchemabyteLengthECMAScript 6querystringgetintrinsicfull-widtheventDispatchersharedarraybuffercoreoptimistArray.prototype.includesMicrosoftArraymetadataSetstringifydefaultenvdirECMAScript 2016prototypesomecolorscmdstreamstyped arrayawesomesaucedependency managerestreetranspilecss nestingtapereact animationgetajvjQueryes8pyyamlpathsetImmediatethreeECMAScript 2019collection.es6emitES5wgetwritableexecmulti-packageslotoutputserializeInt32ArraytslibconcatMapframerInt16ArraytypedTypeBoxArrayBuffer.prototype.sliceopengradients css3everystatusbootstrap less

Readme

@teamteanpm2024/culpa-suscipit-iste

NPM Version Build Status Coverage Status License

@teamteanpm2024/culpa-suscipit-iste

Stateless React Components for Bootstrap 5.

If you're using Bootstrap 4, you'll need to use Reactstrap v8

Getting Started

Follow the create-react-app instructions to get started and then follow the @teamteanpm2024/culpa-suscipit-iste version of adding bootstrap.

tl;dr

npx create-react-app my-app
cd my-app/
npm start

or, if npx (Node >= 6 and npm >= 5.2 ) not available

npm install -g create-react-app

create-react-app my-app
cd my-app/
npm start

Then open http://localhost:3000/ to see your app. The initial structure of your app is setup. Next, let's add @teamteanpm2024/culpa-suscipit-iste and bootstrap.

Adding Bootstrap

Install @teamteanpm2024/culpa-suscipit-iste and Bootstrap from NPM. Reactstrap does not include Bootstrap CSS so this needs to be installed as well:

npm i bootstrap
npm i @teamteanpm2024/culpa-suscipit-iste react react-dom

Import Bootstrap CSS in the src/index.js file:

import 'bootstrap/dist/css/bootstrap.css';

Import required @teamteanpm2024/culpa-suscipit-iste components within src/App.js file or your custom component files:

import { Button } from '@teamteanpm2024/culpa-suscipit-iste';

Now you are ready to use the imported @teamteanpm2024/culpa-suscipit-iste components within your component hierarchy defined in the render method. Here is an example App.js redone using @teamteanpm2024/culpa-suscipit-iste.

Dependencies

Required Peer Dependencies

These libraries are not bundled with Reactstrap and required at runtime:

About the Project

This library contains React Bootstrap components that favor composition and control. The library does not depend on jQuery or Bootstrap javascript. However, Poppers.js via react-popper is relied upon for advanced positioning of content like Tooltips, Popovers, and auto-flipping Dropdowns.

There are a few core concepts to understand in order to make the most out of this library.

  1. Your content is expected to be composed via props.children rather than using named props to pass in Components.

    // Content passed in via props
    const Example = (props) => {
      return (
        <p>This is a tooltip <TooltipTrigger tooltip={TooltipContent}>example</TooltipTrigger>!</p>
      );
    }
    
    // Content passed in as children (Preferred)
    const PreferredExample = (props) => {
      return (
        <p>
          This is a <a href="#" id="TooltipExample">tooltip</a> example.
          <Tooltip target="TooltipExample">
            <TooltipContent/>
          </Tooltip>
        </p>
      );
    }
  2. Attributes in this library are used to pass in state, conveniently apply modifier classes, enable advanced functionality (like tether), or automatically include non-content based elements.

    Examples:

    • isOpen - current state for items like dropdown, popover, tooltip
    • toggle - callback for toggling isOpen in the controlling component
    • color - applies color classes, ex: <Button color="danger"/>
    • size - for controlling size classes. ex: <Button size="sm"/>
    • tag - customize component output by passing in an element name or Component
    • boolean based props (attributes) when possible for alternative style classes or visually-hidden content

Documentation

https://@teamteanpm2024/culpa-suscipit-iste.github.io

Documentation search is powered by Algolia's DocSearch.

CodeSandbox Examples

Here are some ready-to-go examples for CodeSandbox that you can experiment with.

https://github.com/@teamteanpm2024/culpa-suscipit-iste/code-sandbox-examples

Contributing

Development

Install dependencies:

yarn install

Run examples at http://localhost:8080/ with webpack dev server:

yarn start

Run tests & coverage report:

yarn cover

Watch tests:

yarn test

Releasing

Release branches/versioning/notes will be automatically created and maintained by the release-please github action. When you're ready to publish the release, just merge the release branch. The release will be created, the new package will be published, and the updated docs will be deployed to https://@teamteanpm2024/culpa-suscipit-iste.github.io/.

In the wild

Organizations and projects using @teamteanpm2024/culpa-suscipit-iste

Submit a PR to add to this list!

Looking to build, document and publish reusable components built on top of @teamteanpm2024/culpa-suscipit-iste? Consider forking https://github.com/@teamteanpm2024/culpa-suscipit-iste/component-template to kickstart your project!